home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / dtype / cdt.readme < prev    next >
Text File  |  1995-09-06  |  2KB  |  59 lines

  1. Short:    C.datatype 39.14 highlights c/c++ keywords etc.
  2. Author:   ruppert@gundel.zdv.uni-mainz.de (Stefan Ruppert)
  3. Uploader: ruppert@gundel.zdv.uni-mainz.de
  4. Type:     util/dtype
  5.  
  6. **************************************************************************
  7. *                                                                        *
  8. *                            c.datatype                                  *
  9. *                                                                        *
  10. *                     Written by Stefan Ruppert                          *
  11. *                                                                        *
  12. **************************************************************************
  13.  
  14. This is a C Source data type for using in MultiView or similar programs !
  15. It displays different parts of a C Source in different style and color,
  16. like comments, keywords, basic types and cpp keywords !
  17. This goes all through a prefs file. If you designed a nice preference file
  18. please send me this file, so that anyone can used it !
  19.  
  20. This datatype is Freeware, but not in the public domain !
  21.  
  22. It's strictly forbidden to include this archive in any kind of software
  23. collection except Fred Fish's AmigaLibrary, Aminet , Aminet CD's and BBS
  24. Fileareas or by a explicit permission from me !
  25.  
  26. This datatype was created using bison to generate the C parser.
  27.  
  28. This software is provided "as is". No representations or warranties are
  29. made with respect to the accuracy, reliability, performance, currentness,
  30. or operation of this software, and all use is at your own risk !
  31.  
  32. You can install this datatype by using the Installer script.If you have
  33. any suggestion or comments please contact me :
  34.  
  35. Stefan Ruppert
  36. Windthorststrasse 5
  37. 65439 Floersheim am Main
  38. GERMANY
  39.  
  40. EMail:
  41. i511@informatik.fh-wiesbaden.de
  42. ruppert@gundel.zdv.uni-mainz.de
  43.  
  44. Changes made after last release:
  45.  
  46. c.datatype 39.14 (2.9.95) :
  47.  
  48. - tabs in C++ comments now correct
  49. - Hex-Constants now also recognized, if 0Xxxx is used
  50. - new CPART HEADER, to display include filenames in one style
  51. - check TABLENGTH against zero and if it's TRUE set to 1 (no more
  52.   devision by zero)
  53. - new method to differentiate between c and c++ (now I use the
  54.   datatypeheader->dth_ID field, which should contain 'c++-' for
  55.   C++ and 'c-so' for normal c).
  56. - reading of prefs-file is now faster and uses less memory
  57. - if last line of the file wasn't LF terminated, this line wasn't
  58.   displayed. This is fixed.
  59.